presentation
Interface EquipeInterface
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Equipe
public interface EquipeInterface
- extends java.rmi.Remote
createEquipe
boolean createEquipe(int IdChampionnat,
java.lang.String nom)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getNom
java.lang.String getNom()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
findEquipe
void findEquipe(java.lang.String nameEquipe)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getId
int getId()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
findEquipeById
void findEquipeById(int idEquipe)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getPoints
int getPoints()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGoalaverage
int getGoalaverage()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException